home *** CD-ROM | disk | FTP | other *** search
/ Young Minds / Young Minds Interactive CD-ROM.ISO / crystal / cvcode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-01-12  |  267 b   |  13 lines

  1. /* cvcode.h
  2. *    return-codes from cvact
  3. **************************************************************************/
  4.  
  5. #define    S_move    555
  6. #define    S_okay    556
  7. #define    S_obj    557
  8. #define    S_what    558
  9. #define    S_light    559
  10. #define    S_show    560
  11. #define    S_dark    561
  12. #define S_miss    562
  13.